home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- *
- * Chunker/DeChunk
- *
- * Copyright ©1995 Lee Kindness and Evan Tuer
- * cs2lk@scms.rgu.ac.uk
- *
- * version.h
- */
-
- #ifndef _VERSION_H_
- #define _VERSION_H_
-
- #define VERSION_NUM "1.2"
- #ifdef AMIGA
- #define VERSION_DATE __AMIGADATE__
- #else
- #define VERSION_DATE ""
- #endif
-
- #endif
-